###############################################################################
# YaBB: Yet another Bulletin Board                                            #
# Open-Source Community Software for Webmasters                               #
# Version:        YaBB 2.0 Pre-Release                                        #
# Released:       September 13, 2005                                          #
# Distributed by: http://www.yabbforum.com                                    #
# =========================================================================== #
# Copyright (c) 2000-2005 YaBB (www.yabbforum.com) - All Rights Reserved.     #
# Software by: The YaBB Development Team                                      #
#              with assistance from the YaBB community.                       #
# Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com            #
#               Your source for web hosting, web design, and domains.         #
###############################################################################
#YaBB 2.1 template										#
#													#
#Template Portal design,	Simon(http://www.Windnwaves.com)			#
#					Jan(http://computergek.nl.eu.org)			#
#													#
#Leave this header for copyright purposes							#
#													#
#YaBB is the copyrighted product of the writers under GNU licences         	#
###############################################################################

YaBB 2.1 Portal Template

Please note that this template was designed around the following mods, all the mods can be found at http://www.boardmod.org/yabb/YaBB.pl, If you have any problems with these mods please refer to the owners. I had to make an adjustment to the way that Recent Users List displays, I have documented the fix below.

Have fun with this template all we ask is that you leave in the copyright and if you add any new mods/feature let us know so we can keep improving the template.

Mods

* Event Calendar / Birthday List (Author Xonder)
http://www.boardmod.org/yabb/YaBB.pl?board=newsy2;action=display;num=1138193954

* LP Shoutbox (Author LoonyPandora)
http://www.boardmod.org/yabb/YaBB.pl?board=beta_y2;action=display;num=1128198589

* Countdown Mod (Author Xonder)
http://www.boardmod.org/yabb/YaBB.pl?board=beta_y2;action=display;num=1134540484

* Recent User List (Author Ronnie/Robe/Xonder)
http://www.boardmod.org/yabb/YaBB.pl?board=newsy2;action=display;num=1140161541

Follow the steps below to implement the Portal template in to your YaBB 2.1 Forum

1. Extract Portal.zip

2. Open portal.html using notepad/wordpad
* Search for <!-- Start Top Table with Links --> and change the url to match the links you require and change the "Your Link" name.

    <td><a href="http://www.yourlink.com" target="_blank">Your Link</a></td>

* Search for yabblogo.png and change the url to the logo of your website

<img src="http://www.yourwebsite.com/yabbfiles/templates/forum/portal/yabblogo.png"

* Save portal.html

3. Open BoardIndex.template

* Go to Edit/Replace and add the following details

Find what: www.yourwebsite.com
Replace with : your url

Replace all the www.yourwebsite.com with your URL

Board shortcuts
* Search for <!-- First navigate column --> Change the catselect=catname and boardname to your Cat/Board names
    
<a href = "http://www.yourwebsite.com/cgi-bin/YaBB2/YaBB.pl?catselect=catname">boardname</a>

Links shortcuts
* Search for <!-- Second navigate column --> Change the yourlink to the target url of your links and the link name
       
       <a href = "http://www.yourlink.com" target="_blank">link1</a>

Recent User List fix
4. Open your boardindex.pl and find the following code and change the width to 100% "Warning this will cause problems if you use other templates, I will get the owner to look into this for us"

	$last_users_online_tbl = qq~<td rowspan="$rul_rowspan" class="windowbg2" width="100%" valign="top"><table border="0" width="25%" valign="top">~; 

5. Upload all files to there relevant locations including your modified boardindex.pl and chmod to the same as your default template

cgi-bin/yabb2/Templates/portal					drwxrwxrwx (chmod 766 or 777)
cgi-bin/yabb2/Templates/default/* (all files)				-rw-rw-rw- (chmod 666)
    
    yabbfiles/Templates/Forum/portal					drwxrwxrwx (chmod 777)
    yabbfiles/Templates/Forum/portal/* (all files) 			(in Binary)-rw-rw-rw- (chmod 666)
    yabbfiles/Templates/Forum/default.css 			(in ASCII)-rw-rw-rw- (chmod 666)

6. Attach the portal template via your profile options page.

Have fun with this template all we ask is that you leave in the copyright and if you add any new mods/feature let us know so we can keep improving the template
